PointerToObjcObject
Type
handler
Summary
Convert a Pointer into an ObjcObject
Syntax
PointerToObjcObject(<pPointer>)
Description
Use PointerToObjcObject to convert a variable of type Pointer to one of type ObjcObject.
Parameters
| Name | Type | Description |
|---|---|---|
pPointer | The Pointer to convert |
Value
| Name | Type | Description |
|---|---|---|
return | An ObjcObject wrapping the Pointer |